From 6c365eba73b9125ab946200313a2b96d5c8599b5 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 10:57:57 +0000 Subject: [PATCH] Deprecate direct access to public variables in GtkButtonBox. * gtk/gtkbbox.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20490 --- gtk/gtkbbox.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index ecd91d78b2..f0666a210f 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -52,11 +52,11 @@ typedef struct _GtkButtonBoxClass GtkButtonBoxClass; struct _GtkButtonBox { GtkBox box; - gint child_min_width; - gint child_min_height; - gint child_ipad_x; - gint child_ipad_y; - GtkButtonBoxStyle layout_style; + gint GSEAL (child_min_width); + gint GSEAL (child_min_height); + gint GSEAL (child_ipad_x); + gint GSEAL (child_ipad_y); + GtkButtonBoxStyle GSEAL (layout_style); }; struct _GtkButtonBoxClass -- 2.30.2